home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / UTIL / Pageboy 1.2 Folder.sit / Pageboy 1.2 Folder / Pageboy Shareware Kit / PB Sample Document.rsrc / TEXT_1500_uText.txt < prev    next >
Text File  |  1996-07-05  |  2KB  |  54 lines

  1.  
  2. 笳岩頼  
  3.  
  4.  
  5. Negative Error Codes  (-200 to -261)
  6.  
  7. Sound Manager Errors
  8.  
  9. -200  noHardware  Required sound hardware not available [no hardware
  10.       support for the specified synthesizer]
  11. -201  notEnoughHardware Insufficient hardware available [no more channels
  12.       for the specified synthesizer]
  13. -203  queueFull  No room in the queue
  14. -204  resProblem  Problem loading the resource
  15. -205  badChannel  Channel is corrupt or  unusable [invalid channel queue
  16.       length]
  17. -206  badFormat  Resource is corrupt or unusable [handle to 'snd '
  18.       resource was invalid]
  19. -207  notEnoughBufferSpace  Insufficient memory available
  20. -208  badFileFormat  File is corrupt or unusable, or not AIFF or AIFF-C
  21. -209  channel  Channel is busy
  22. -210  buffersTooSmall  Buffer is too small
  23. -211  channelNotBusy  Channel not currently used
  24. -212  noMoreRealTime  Not enough CPU time available
  25. -213  badParam  A parameter is incorrect
  26. -220  siNoSoundInHardware  No sound input hardware available
  27. -221  siBadSoundInDevice  Invalid sound input device
  28. -222  siNoBufferSpecified  No buffer specified
  29. -223  siInvalidCompression  Invalid compression type
  30. -224  siHardDiskTooSlow  Hard drive too slow to record
  31. -225  siInvalidSampleRate  Invalid sample rate
  32. -226  siInvalidSampleSize  Invalid sample size
  33. -227  siDeviceBusyErr  Sound input device is busy
  34. -228  siBadDeviceName  Invalid device name
  35. -229  siBadRefNum  Invalid reference number
  36. -230  siInputDeviceErr  Input device hardware failure
  37. -231  siUnknownInfoType  Unknown type of information
  38. -232  siUnknownQuality  Unknown quality
  39.  
  40. MIDI Manager Errors
  41.  
  42. -250  midiNoClientErr  no client with that ID found
  43. -251  midiNoPortErr  no port with that ID found
  44. -252  midiTooManyPortsErr  too many ports already installed in the system
  45. -253  midiTooManyConsErr  too many connections made
  46. -254  midiVConnectErr  pending virtual connection created
  47. -255  midiVConnectMade  pending virtual connection resolved
  48. -256  midiVConnectRmvd  pending virtual connection removed
  49. -257  midiNoConErr  no connection exists between specified ports
  50. -258  midiWriteErr  couldn't write to all connected ports
  51. -259  midiNameLenErr  name supplied is longer than 31 characters
  52. -260  midiDupIDErr  duplicate client ID
  53. -261  midiInvalidCmdErr  command not supported for port type
  54.